Skip to content

fix: フッターのリンク先とアイコンを修正 #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 12, 2025

Conversation

mucho613
Copy link
Collaborator

@mucho613 mucho613 commented Aug 12, 2025

概要

  • フッターのリンク先とアイコンについて修正
image

フッターのリンク先

  • 「サイトマップ」は作成予定がないため削除
  • "twitter.com" でなく "x.com" に直接遷移するようにした
  • Facebook ID を実際のものと厳密に合わせた(DojoConJapandojoconjapan)
  • お問い合わせフォームを2024年 → 2025年に変更

SNS アイコン

  • SNS アイコンのブランドガイドラインをベースに見た目を少し調整
  • 全体
    • hover 時の背景色の変化を消した 🙏
    • Facebook と YouTube のブランドガイドラインと適合できないため
    • hover エフェクトは必ずしも必須ではないため一旦削除(代替案があれば取り入れたい)
  • Facebook
    • 色をガイドラインに沿って変更(Facebook Blue と呼ばれる #0866ff が使われる)
  • YouTube
    • 色をガイドラインに沿って変更(#ff0033

参考資料

各プラットフォームのブランドガイドライン等

@mucho613 mucho613 self-assigned this Aug 12, 2025
court:
contact: https://forms.gle/7wSMSLEmjc4ucVoHA
court:
contact: https://forms.gle/t9ctDcuZZ8cqqFtR6
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2025年用の問い合わせフォーム(https://forms.gle/t9ctDcuZZ8cqqFtR6)に変更

@mucho613 mucho613 changed the title WIP fix: フッターのリンクとアイコン fix: フッターのリンク先とアイコン Aug 12, 2025
@mucho613 mucho613 changed the title fix: フッターのリンク先とアイコン fix: フッターのリンク先とアイコンを修正 Aug 12, 2025
@mucho613 mucho613 marked this pull request as ready for review August 12, 2025 10:43
twitter: DojoConJapan
facebook: DojoConJapan
x: DojoConJapan
facebook: dojoconjapan
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • 大文字・小文字を厳密に合わせた
  • 現在の正しい URL https://www.facebook.com/dojoconjapan/
  • 古い指定 -/DojoConJapan/ でアクセスした場合は 302 Found で、-/dojoconjapan/ に飛ばされる

</a>
</div>
<nav class="footer-links">
<a href="/">ホーム</a>
<a href="/code-of-conduct">行動規範</a>
<a href="/sitemap">サイトマップ</a>
<a href="/code-of-conduct/">行動規範</a>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • URI は /code-of-conduct/index.html
  • GitHub Pages 上では、/code-of-conduct (/ 無し)でアクセスするとリダイレクトが挟んで /code-of-conduct/ が開く
  • リダイレクトを挟まずに遷移できるよう / を追加

@mucho613 mucho613 merged commit e015bfb into main Aug 12, 2025
2 checks passed
@mucho613 mucho613 deleted the fix/footer-links branch August 12, 2025 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants